home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Demos / ByCompany / SUMERIS / QuantaFlow / QuantaFlow.app / English.lproj / PlanAuxClients.nib / data.classes next >
Text File  |  1994-03-07  |  3KB  |  207 lines

  1. SwapView = {
  2.     ACTIONS = {
  3.     eraseView:;
  4.     };
  5.     OUTLETS = {
  6.     swapList;
  7.     currentView;
  8.     };
  9.     SUPERCLASS = View;
  10. };
  11. InterfaceCtrl = {
  12.     ACTIONS = {
  13.     deleteRow:;
  14.     clear:;
  15.     select:;
  16.     save:;
  17.     addRow:;
  18.     insertRow:;
  19.     insert:;
  20.     reload:;
  21.     destinationChanged:;
  22.     selectFirstText:;
  23.     clearInterface:;
  24.     };
  25.     OUTLETS = {
  26.     firstText;
  27.     interface;
  28.     };
  29.     SUPERCLASS = TableCtrl;
  30. };
  31. WindowCtrl = {
  32.     ACTIONS = {
  33.     windowWillClose:;
  34.     print:;
  35.     insert:;
  36.     update:;
  37.     windowDidUpdate:;
  38.     save:;
  39.     clear:;
  40.     delete:;
  41.     changeLayout:;
  42.     load:;
  43.     new:;
  44.     importTextFile:;
  45.     show:;
  46.     sizeToMinWidth:;
  47.     windowDidBecomeMain:;
  48.     windowDidBecomeKey:;
  49.     };
  50.     OUTLETS = {
  51.     window;
  52.     printedView;
  53.     printInfo;
  54.     };
  55.     SUPERCLASS = Object;
  56. };
  57. FirstResponder = {
  58.     ACTIONS = {
  59.     };
  60.     SUPERCLASS = Object;
  61. };
  62. QuantaWindowCtrl = {
  63.     ACTIONS = {
  64.     };
  65.     OUTLETS = {
  66.     database;
  67.     company;
  68.     };
  69.     SUPERCLASS = WindowCtrl;
  70. };
  71. PlanAuxFournisseurs = {
  72.     SUPERCLASS = PlanAux;
  73. };
  74. CompanySwapView = {
  75.     ACTIONS = {
  76.     swapCompanyList:;
  77.     reload:;
  78.     click:;
  79.     doubleClick:;
  80.     };
  81.     OUTLETS = {
  82.     browserBox;
  83.     owner;
  84.     browserTypeButton;
  85.     scrollView;
  86.     scrollViewBox;
  87.     browser;
  88.     browserNameField;
  89.     };
  90.     SUPERCLASS = SwapView;
  91. };
  92. MatrixScrollView = {
  93.     ACTIONS = {
  94.     print:;
  95.     select:;
  96.     changeFont:;
  97.     changeLayout:;
  98.     selectionDidChange:;
  99.     };
  100.     OUTLETS = {
  101.     matrixClass;
  102.     cellClass;
  103.     dv;
  104.     textDelegate;
  105.     tv;
  106.     primaryMatrix;
  107.     titleFont;
  108.     fillBlock;
  109.     backgroundMatrix;
  110.     delegate;
  111.     keyDownField;
  112.     tcv;
  113.     font;
  114.     matrixPrototype;
  115.     };
  116.     SUPERCLASS = ScrollView;
  117. };
  118. QISideSplitView = {
  119.     OUTLETS = {
  120.     delegate;
  121.     };
  122.     SUPERCLASS = View;
  123. };
  124. QuantaCtrl = {
  125.     OUTLETS = {
  126.     baseCompta;
  127.     };
  128.     SUPERCLASS = Object;
  129. };
  130. QITableView = {
  131.     ACTIONS = {
  132.     reloadRow:;
  133.     reload:;
  134.     };
  135.     OUTLETS = {
  136.     tableCtrl;
  137.     };
  138.     SUPERCLASS = MatrixScrollView;
  139. };
  140. TableCtrl = {
  141.     ACTIONS = {
  142.     clear:;
  143.     select:;
  144.     save:;
  145.     deleteAllRows:;
  146.     insert:;
  147.     update:;
  148.     delete:;
  149.     };
  150.     OUTLETS = {
  151.     delegate;
  152.     joinTableCtrl;
  153.     database;
  154.     };
  155.     SUPERCLASS = Object;
  156. };
  157. PlanAux = {
  158.     ACTIONS = {
  159.     new:;
  160.     addTiers:;
  161.     save:;
  162.     computeSolde:;
  163.     singleClick:;
  164.     showTiersWindowCtrl:;
  165.     delete:;
  166.     load:;
  167.     destinationChanged:;
  168.     };
  169.     OUTLETS = {
  170.     planAuxCtrl;
  171.     planAuxDetailBox;
  172.     currentAmountField;
  173.     tiersTypePopUpButton;
  174.     paymentType;
  175.     planAuxEditCtrl;
  176.     aNouveauField;
  177.     detailBox;
  178.     includePopUpButton;
  179.     tiersCtrl;
  180.     periodAmountField;
  181.     numDayField;
  182.     clotureAmountField;
  183.     tiersTitle;
  184.     buttonMatrix;
  185.     sideSplitView;
  186.     planCtrl;
  187.     finDeMoisSwitch;
  188.     compteTitle;
  189.     box;
  190.     planAuxScrollView;
  191.     tiersNameField;
  192.     dayNumField;
  193.     };
  194.     SUPERCLASS = QuantaWindowCtrl;
  195. };
  196. PaymentType = {
  197.     ACTIONS = {
  198.     load:;
  199.     popUpAction:;
  200.     };
  201.     OUTLETS = {
  202.     popUpButton;
  203.     codeField;
  204.     };
  205.     SUPERCLASS = Object;
  206. };
  207.